home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7177 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: rcp6.elan.af.mil!rscernix!danpop
  2. From: danpop@mail.cern.ch (Dan Pop)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: calloc help needed
  5. Date: 16 Feb 96 11:29:42 GMT
  6. Organization: CERN European Lab for Particle Physics
  7. Message-ID: <danpop.824470182@rscernix>
  8. References: <1996Feb15.125431.7751@leeds.ac.uk> <4fvmgbINNbp0@keats.ugrad.cs.ubc.ca>
  9. NNTP-Posting-Host: ues5.cern.ch
  10. X-Newsreader: NN version 6.5.0 #7 (NOV)
  11.  
  12. In <4fvmgbINNbp0@keats.ugrad.cs.ubc.ca> c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku) writes:
  13.  
  14. >In article <1996Feb15.125431.7751@leeds.ac.uk>,
  15. >A M Casey <csyamc@scs.leeds.ac.uk> wrote:
  16. >
  17. > >doesnt work, as far as I can tell calloc returns an int.
  18. >
  19. >It is probably "implicitly defined" to return an int, because you lack a
  20. >declaration. Try including the "malloc.h" header file.
  21.  
  22. You misspelled <stdlib.h>.  There is no such thing as "malloc.h" defined
  23. by the C standard.  There is an /usr/include/malloc.h on my system,
  24. but it doesn't contain any declaration for calloc (the only functions
  25. declared there are mallinfo and mallopt). 
  26.  
  27. Dan
  28. --
  29. Dan Pop
  30. CERN, CN Division
  31. Email: danpop@mail.cern.ch 
  32. Mail:  CERN - PPE, Bat. 31 R-004, CH-1211 Geneve 23, Switzerland
  33.